[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DBGLEVEL IEXP

 Function
  Set a new debug level for PCBoard to IEXP.

 Syntax
  DBGLEVEL level

   levelAn  - integer expression with the new debug level.

 Remarks
  PCBoard supports an internal variable that allows debug information to
  be written to the callers log.  Level 0 specified no debug information.
  Levels 1 through 3 specify different (increasing) levels of debug
  information.  It can also be useful for debugging your PPL programs.
  This statement allows you to change the PCBoard debug level on the fly
  without the need to have the SysOp exit and change it in the BOARD.BAT
  file.

 Examples
  INTEGER newlvl
  INPUT "New level",newlvl
  NEWLINE
  DBGLEVEL newlvl

See Also: DBGLEVEL() LOG
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson